home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / prompt / scripts / DefineButton2_56 / BUTTONCONDACTION on(keyPress Enter).as
Encoding:
Text File  |  2002-03-20  |  188 b   |  12 lines

  1. on(keyPress "<Enter>"){
  2.    if(eval("_level0/data:init") eq "new")
  3.    {
  4.       getURL(link,"_blank");
  5.    }
  6.    else
  7.    {
  8.       gotoAndStop(30);
  9.    }
  10.    fscommand("prompt","ok");
  11. }
  12.